Remove explicit install-info calls. Rely on triggers now.
authorRob Browning <rlb@defaultvalue.org>
Mon, 3 Aug 2009 02:23:04 +0000 (19:23 -0700)
committerRob Browning <rlb@defaultvalue.org>
Mon, 3 Aug 2009 02:23:04 +0000 (19:23 -0700)
debian/changelog
debian/emacsVER-common.postinst
debian/emacsVER-common.prerm

index 0b3a3dbf253bf03e7c5ed8ed4316e0e7407ab886..7be45d0037303119b5dea7adb3501e42ee39a503 100644 (file)
@@ -21,7 +21,9 @@ emacs23 (23.1+1-2) unstable; urgency=low
   * Remove obsolete dependencies and conflicts (w3-el, emacs22
     packages, etc.).
 
- -- Rob Browning <rlb@defaultvalue.org>  Sun, 02 Aug 2009 19:13:04 -0700
+  * Remove explicit install-info calls.  Rely on triggers now.
+
+ -- Rob Browning <rlb@defaultvalue.org>  Sun, 02 Aug 2009 19:21:47 -0700
 
 emacs23 (23.1+1-1) unstable; urgency=low
 
index 59c90d0b7ffa8b926cf46865995c3e30403369c6..9e6f0002e860cf3ef209be6561697520c6ba959b 100644 (file)
@@ -3,14 +3,6 @@
 MAJOR=@MAJOR_VERSION@
 MINOR=@MINOR_VERSION@
 FULL=@FULL_VERSION@
-INFO_FILES="@INFO_FILES@"
-INFO_SUBDIR="@INFO_SUBDIR@"
-
-for file in ${INFO_FILES}
-do
-  install-info --quiet --section Emacs "Emacs ${MAJOR}" \
-    /usr/share/info/${INFO_SUBDIR}/${file}.gz || true
-done
 
 # Create the site-lisp dir for this flavor if we're allowed
 
index 94eb4767b0cdc29d634aabfd390c44e9a444a1d9..970bd5c1b4ecf882aef507ab95c019903adb8305 100644 (file)
@@ -5,15 +5,6 @@ set -e
 MAJOR=@MAJOR_VERSION@
 MINOR=@MINOR_VERSION@
 FULL=@FULL_VERSION@
-INFO_FILES="@INFO_FILES@"
-INFO_SUBDIR="@INFO_SUBDIR@"
-
-for file in ${INFO_FILES}
-do
-  install-info --quiet --remove-exactly ${INFO_SUBDIR}/${file} || true
-done
-
-# emacsen-common/emacs-remove used to be here.
 
 set +e
 # Only remove these directories if they're empty.